net/http.http2serverConn.shutdownTimer (field)
4 uses
net/http (current package)
h2_bundle.go#L4688: shutdownTimer http2timer // nil until used
h2_bundle.go#L4954: if t := sc.shutdownTimer; t != nil {
h2_bundle.go#L5114: if sentGoAway && sc.shutdownTimer == nil && (sc.goAwayCode != http2ErrCodeNo || gracefulShutdownComplete) {
h2_bundle.go#L5567: sc.shutdownTimer = sc.srv.afterFunc(d, sc.onShutdownTimer)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)